Vcenter NamespaceManagement SupervisorServices CarvelAppsCheckResult

Vcenter NamespaceManagement SupervisorServices CarvelAppsCheckResult
Vcenter NamespaceManagement SupervisorServices CarvelAppsCheckResult

The Vcenter NamespaceManagement SupervisorServices CarvelAppsCheckResult schema contains the information of a Supervisor Service version that is retrieved from the content in Carvel application package format as a result of the POST /vcenter/namespace-management/supervisor-services?action=checkContent operation.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "supervisor_service": "string",
    "version": "string",
    "display_name": "string",
    "description": "string"
}
string
supervisor_service
Required

The identifier of the Supervisor Service.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService.

string
version
Required

The identifier of the Supervisor Service version.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version.

string
display_name
Required

A human readable name of the Supervisor Service version.

This property was added in vSphere API 8.0.0.1.

string
description
Optional

A human readable description of the Supervisor Service version.

This property was added in vSphere API 8.0.0.1.

If missing or null, no description is available for the Supervisor Service version.